home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / htttrack / httrack-3.41-3.exe / {app} / src_win / WinHTTrack / InsertUrl.h < prev    next >
C/C++ Source or Header  |  2006-05-06  |  2KB  |  76 lines

  1. #if !defined(AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // InsertUrl.h : header file
  8. //
  9.  
  10. // Attention, dΘfinition existante Θgalement dans htslib.h
  11. // (α modifier avec celle-ci)
  12. #define POSTTOK "?>post"
  13.  
  14. /* Externe C */
  15. extern "C" {
  16.   #include "htscatchurl.h"
  17. }
  18. extern "C" {
  19.   #include "HTTrackInterface.h"
  20.     #include "httrack-library.h"
  21. }
  22.  
  23. #include "CatchUrl.h"
  24.  
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CInsertUrl dialog
  27.  
  28. class CInsertUrl : public CDialog
  29. {
  30. // Construction
  31. public:
  32.     CInsertUrl(CWnd* pParent = NULL);   // standard constructor
  33.   char* GetTip(int id);
  34.   //
  35.   CString dest_path;
  36.   //
  37.   CCatchUrl dial;
  38.   T_SOC soc;
  39.   char adr_prox[1024];
  40.   int port_prox;
  41.  
  42. // Dialog Data
  43.     //{{AFX_DATA(CInsertUrl)
  44.     enum { IDD = IDD_InsertUrl };
  45.     CString    m_urllogin;
  46.     CString    m_urlpass;
  47.     CString    m_urladr;
  48.     //}}AFX_DATA
  49.  
  50.  
  51. // Overrides
  52.     // ClassWizard generated virtual function overrides
  53.     //{{AFX_VIRTUAL(CInsertUrl)
  54.     protected:
  55.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  56.     //}}AFX_VIRTUAL
  57.  
  58. // Implementation
  59. protected:
  60.   void OnHelpInfo2();
  61.  
  62.     // Generated message map functions
  63.     //{{AFX_MSG(CInsertUrl)
  64.     virtual BOOL OnInitDialog();
  65.     afx_msg void Oncapt();
  66.     //}}AFX_MSG
  67.   afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  68.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  69.     DECLARE_MESSAGE_MAP()
  70. };
  71.  
  72. //{{AFX_INSERT_LOCATION}}
  73. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  74.  
  75. #endif // !defined(AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  76.